Welcome![Sign In][Sign Up]
Location:
Search - ftp socket

Search list

[Ftp ClientmyFtp

Description: 本系统是基于Windows环境和FTP协议,以Visual C++6.0作为开发平台,利用MFC框架提供的CSocket类开发的.实现了FTP的上传和下载-The system is based on the Windows environment and the FTP protocol to Visual C++ 6.0 as a development platform, using the framework provided by MFC Class CSocket development. Realize the FTP upload and download
Platform: | Size: 159744 | Author: 刘道欢 | Hits:

[Internet-Networksocket_c_ftp

Description: 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误-A VC under windows socket programming is used to make a simple file transfer, instead of MFC, is under the console programming, more suitable for beginners to learn, I use the C language programming, pay attention to the VC in the project-setting-link will be added to ws2_32.lib otherwise compile error
Platform: | Size: 3072 | Author: 陈鸡洋 | Hits:

[Internet-NetworkFTPWinInet

Description: 一个利用SOCKET实现FTP文件传输的程序-SOCKET realize a use FTP file transfer process
Platform: | Size: 1997824 | Author: 周翼 | Hits:

[Ftp ClientFTP

Description: 自写的FTP客户端。纯SOCKET编程,不是用的CFtp类。希望能有所帮助-Self-written FTP client. SOCKET pure programming, instead of using the CFtp category. Hope to be helpful
Platform: | Size: 157696 | Author: QQstarS | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。-In Linux system using the Socket interface FTP client and server process, so that the client can connect to servers, and FTP can also conduct some of the basic operation. Client and server command channel and data channels need to be separated from support for the following FTP command: get: get a file from afar put: the distance to a file pwd: display the distance the current directory dir: lists the current remote directory cd: changes the distance the current directory? : Display command quit: exit to return! Dir, set out in the local current directory.
Platform: | Size: 4096 | Author: Draco | Hits:

[VC/MFCHF-ServU6201-LDR

Description: 服务器的通讯详述,FTp多线程,单线程,异步传输。socket套接字类型源码-Server communications in detail, FTp multi-threaded, single-threaded, asynchronous transfer. socket socket type source
Platform: | Size: 3945472 | Author: mike | Hits:

[Windows DevelopFTPClient

Description: 用socket写的FTP的客户端。是学习window网络基本编程的实现的一个小的考试小下载程序。-Socket write with FTP client. Window to learn basic programming networks to achieve a small test small download.
Platform: | Size: 76800 | Author: luoxin | Hits:

[source in ebooksocket

Description: 通过socket编程,编写两个独立运行的C++程序,一个为服务器,一个是客户端。 本次作业能实现客户端对服务器的下载文件和上载文件的操作。 客户端:D盘的FTP文件夹存放要上传的文件,F盘的FTP文件夹存放下载的文件。 服务器端:D盘的FTP文件夹存放供用户下载的文件,F盘的FTP文件夹存放用户上载的文件。- socket
Platform: | Size: 485376 | Author: batilei | Hits:

[Program docftp

Description: Visual Studio.net 2003 基于Socket套接口,实现文件数据传输服务。学会FTP协议、协议解析、基于Socket的编程技术及其文件传输服务的技术。-Visual Studio.net 2003 based on Socket sets of interfaces, data transmission service implementation document. Institute of FTP protocol, protocol analysis, based on the Socket programming technology and its File Transfer Service technologies.
Platform: | Size: 138240 | Author: 任芳 | Hits:

[Internet-NetworkSOCKET-TCP

Description: 该协议建立在TCP/IP基础之上,能够保证高可靠性的文件传输。本程序是FTP客户端软件的开发实例-The agreement built on the TCP/IP based, to ensure high reliability of the file transfer. This procedure is a FTP client software examples
Platform: | Size: 1231872 | Author: 彭府 | Hits:

[Internet-NetworkFTP

Description: CSharp编写的FTP客户端程序,使用socket编程-FTP client source code using CSharp
Platform: | Size: 331776 | Author: xlj | Hits:

[Linux-UnixFTPService

Description: ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RETR STOR APPE REST RNFR,RNTO ABOR DELE RMD,XRMD MKD,XMKD PWD,XPWD LIST NLST SYST STAT SIZE HELP NOOP
Platform: | Size: 292864 | Author: | Hits:

[Ftp Clientftp

Description: ftp客户端 可以连接ftp服务器 并进行文件下载-a ftp client can download the server s files
Platform: | Size: 317440 | Author: 陈晨 | Hits:

[Linux-Unixftp

Description: 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the following commands: 1.? Show FTP commands 2.pwd shows the path of 3.dir client list client' s file information 4.cd to change the path of the client 5.put upload a file to download a file 7.quit end 6.get, exit FTP
Platform: | Size: 76800 | Author: fukker | Hits:

[Software Engineeringftpclientsourcecode

Description: ftp客户端源代码,使用VC+SOCKET编程,在SERV-U6.0服务器上测试通过,能断点续传-ftp client source code, using VC+ SOCKET programming, in the SERV-U6.0 servers tested, can HTTP
Platform: | Size: 7168 | Author: asdfghjkl | Hits:

[Internet-Networkftpclient1

Description: C program for a FTP Client Done in Fedora 7(Linux) using Socket Programming
Platform: | Size: 1024 | Author: pagal | Hits:

[Linux-UnixFTP

Description: 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed description of the design and function, and test documents and screenshots, the document also contains a detailed Socket function and file manipulation functions introduced for Linux programming reference for beginners use.
Platform: | Size: 2728960 | Author: tzy | Hits:

[JSP/Javaftp

Description: ftp客户端程序 单一的程序安装了JDK后即可运行,实现文件上传下载等功能,很不错 -java socket ftp
Platform: | Size: 3072 | Author: 杨晨 | Hits:

[Windows DevelopFtp

Description:
Platform: | Size: 1993728 | Author: yxd | Hits:

[Internet-NetworkSocket-develope

Description: 基于WinSocket的电脑网络接口开发例程 主要有大型文件传输 FTP等实例-The computer network interface based on WinSocket routines developed mainly as three examples of large FTP file transfers
Platform: | Size: 3826688 | Author: 孙忠文 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net